projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6d5f6
)
sh: sh7757lcr: Add KEEP order to start.o section
author
Yoshihiro Shimoda
<
[email protected]
>
Tue, 5 Jul 2011 08:15:16 +0000
(17:15 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Mon, 22 Aug 2011 04:16:09 +0000
(13:16 +0900)
The sh7757lcr has a local u-boot.lds because the sh7757lcr is only
supported the SPI booting.
This patch refers from the commit "sh: Add KEEP order to start.o section"
(commit ID:
b52da2aed8c2c388661f369052a97d5b5c9ed00a
).
Signed-off-by: Yoshihiro Shimoda <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
board/renesas/sh7757lcr/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/renesas/sh7757lcr/u-boot.lds
b/board/renesas/sh7757lcr/u-boot.lds
index 790b5b840d457499bf806d7a1e5b66536f5f84fd..38ebe885071a28efbed89fb7ba01661808a6b469 100644
(file)
--- a/
board/renesas/sh7757lcr/u-boot.lds
+++ b/
board/renesas/sh7757lcr/u-boot.lds
@@
-41,7
+41,7
@@
SECTIONS
.text :
{
-
arch/sh/cpu/sh4/start.o (.text
)
+
KEEP(arch/sh/cpu/sh4/start.o (.text)
)
*(.spiboot1.text)
*(.spiboot2.text)
. = ALIGN(8192);